home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 176-200 / 183 / mklib / makefile < prev    next >
Makefile  |  1995-03-13  |  565b  |  20 lines

  1. # This makefile was generated with mklib
  2. # copyright 1988 Edwin Hoogerbeets
  3. #
  4. # This software is freely redistributable as long as there is no charge
  5. # beyond resonable copy fees and as long as this notice stays intact.
  6. #
  7. # Thanks to Jimm Mackraz for Elib on Fish 87, from which much of this
  8. # program is lifted. Also thanks to Neil Katin for his mylib.asm upon
  9. # which elib is based.
  10.  
  11. CFLAGS=-T
  12.  
  13. OBJS=startup.o rtag.o interface.o lib.o ed.o 
  14.  
  15. mylib.library: $(OBJS)
  16.         ln $(OBJS) -lc -o $@
  17.  
  18. #yourprog: yourprog.o link.o
  19. #       ln yourprog.o link.o -lc -o $@
  20.